func net/http.isDomainOrSubdomain

2 uses

	net/http (current package)
		client.go#L1003: 		return isDomainOrSubdomain(dhost, ihost)
		client.go#L1013: func isDomainOrSubdomain(sub, parent string) bool {